Add request ID tracking to SPDK HTTP proxy#751
Open
BombermaG wants to merge 19 commits intosimplyblock:mainfrom
Open
Add request ID tracking to SPDK HTTP proxy#751BombermaG wants to merge 19 commits intosimplyblock:mainfrom
BombermaG wants to merge 19 commits intosimplyblock:mainfrom
Conversation
* added 3 secs sleep before add qos class * wip * Revert "wip" This reverts commit b0f2ba6. * increase sleep time * remove auto add default qos class --------- Co-authored-by: hamdykhader <hamdy.khader@gmail.com>
- set cluster mode to default "docker" - remove service "app_CachingNodeMonitor" from services during cluster update
* Update Dockerfile_base * Update Dockerfile_base
* inherit default cluster mode in new cluster * added first six cluster id char to spdk pod name * added first six cluster id char to spdk pod name * update env_var
* Add lvol sync delete task runner * fix linter issues * fix
* added fdb and storageclass multi AZ support * use ipv4 for fdb controller manager healthcheck * updated fdb controller manager resource name
# Conflicts: # simplyblock_core/constants.py
* migrated to k8s csi hostpath * added more permission * added more permission * updated talos docs
* updated to distributed provisioning * remove host storage capacity check
This allows tracking individual requests through their lifecycle, especially useful in multi-threaded mode where requests are processed in parallel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows tracking individual requests through their lifecycle, especially useful in multi-threaded mode where requests are processed in parallel.